Skip to content

Conversation

gerzse
Copy link
Contributor

@gerzse gerzse commented Mar 5, 2024

Description

Issue #2706

Starting with Redis 7.6, the CLIENT KILL command has a new option, called MAXAGE, to kill clients older than a given age. Add support for this new option.


Checklist

  • Does npm test pass with this change (including linting)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

Issue redis#2706

Starting with Redis 7.6, the CLIENT KILL command has a new option,
called MAXAGE, to kill clients older than a given age. Add support for
this new option.
@gerzse gerzse requested a review from leibale March 5, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant